.hot{
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 30px;
    width: 1180px;
    height: auto;
}
.hots{
    position: relative;
}
.hots::after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 20px;
    width: 24px;
    height: 24px;
    background:url(../img/pc.png)no-repeat;
}

a{
    color: inherit;
    text-decoration: none;
}

a:hover{
    color: white;
}
li{
    list-style-type:none
}
.trademark_trading{
    display: flex;
    align-items: center;
    justify-content: space-between; 
}
.ht-left{
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #181818;
    display: flex;
    align-items: center ;
}
.ht-check{
    padding: 7px 14px ;
    box-sizing: border-box;
    height: 28px;
    font-size: 14px;
    font-weight: 400;
    color: #818181;
    background: rgba(255,255,255,0);
    border: 1px solid #818181;
    border-radius: 14px;
    display: flex;
    align-items: center;
}
.ht-check:hover{
    border: 1px solid #D63325;
    color: #D63325;
}
.ht-left::before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 20px;
    background-color: #D42516;
    margin-right: 10px;
}
.content{
    display: flex;
    margin-top: 30px;
}

.content-left{
    padding: 23px 0 31px 0 ;
    box-sizing: border-box;
    width: 206px;
    height: 640px;
    background-color: #FFFF; /*背景白色*/
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
.content-left::-webkit-scrollbar {
    width: 3px;
}
        /* 滚动条轨道 */
.content-left::-webkit-scrollbar-track {
    background-color: #FFFF;
}
        /* 滚动条滑块 */
.content-left::-webkit-scrollbar-thumb {
    height: 111px;
    background-color: #E3E5E7;
    border-radius: 10px;
    
}

.type-name{
    padding: 10px 43px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    text-align: center;

}
.on{
    padding: 10px 43px;
    box-sizing: border-box;
    color: #FFFF ;
    background-color: #D42516;
    transition: all 0.15s ease 0s;
}
.content-right{
    width: 970px;
    display: flex;
    flex-wrap: wrap;
}
.right-a{
    text-align: center;
}
.trademark-content{
    margin-left: 4px;
    padding: 20px 22px 14px 20px;
    box-sizing: border-box;
    width: 238px;
    height: 210px;
    background-color: #FFFFFF; /* 背景白色 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: opacity 1s ease-in-out;
}
.trademark-img{
    width: 164px;
    height: 122px;
    
}
.trademark-name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    font-size: 14px;
    font-weight: 400;
    color: #2B2B2D;
    margin-top: 10px;
    margin-bottom: 5px;
}
.trademark-range{
    width: 196px;
    font-size: 12px;
    font-weight: 400;
    color: #B0B0B0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.consulting-service{
    position: absolute;
    bottom: 0;
    width: 238px;
    height: 29px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: rgb(212 ,37, 22,.8);
    text-align: center;
    line-height: 29px;
    margin-bottom: 0px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.trademark-content:hover .consulting-service{
    opacity: 1;
    transition: opacity 1s ease-in-out;
}
.trademark-content:hover{
   transition: opacity 1s ease-in-out;
   box-shadow: 0px 5px 13px 8px rgba(155, 155, 155, 0.06);
}